toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.net.event
/
[jvm]PacScriptErrorReceived
Pac
Script
Error
Received
interface
PacScriptErrorReceived
:
NetworkEvent
An event indicating that the PAC file processing has been failed.
Members
Functions
error
Text
Link copied to clipboard
open
fun
errorText
(
)
:
String
Returns a string that represents the description of the script processing error.
line
Number
Link copied to clipboard
open
fun
lineNumber
(
)
:
Int
Returns the line of code in the PAC script which caused the error.
network
Link copied to clipboard
open
fun
network
(
)
:
Network
Returns the
Network
instance initiated this event.